home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 31
/
Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso
/
Aminet
/
comm
/
bbs
/
cnet5demo.lha
/
cnet
/
rexx
/
dccget.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-03-23
|
273b
|
15 lines
/* script for file-task DCC get */
options results
/* get port number from args */
parse arg id
/* address CNet file-task ARexx port */
if show('P', "FILETASK_RX.1") then do
address FILETASK_RX.1
/* Tell file-task to get an offered DCC file */
DCCGET 'DCCID='id
end